home *** CD-ROM | disk | FTP | other *** search
Makefile | 2003-11-21 | 812 b | 22 lines |
- # Copyright (C) 2003 Roberto De Leo <peggish@users.sf.net>
- #
- # This file is free software; as a special exception the author gives
- # unlimited permission to copy and/or distribute it, with or without
- # modifications, as long as this notice is preserved.
- #
- # This program is distributed in the hope that it will be useful, but
- # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
- # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- EXTRA_DIST = mkmovixiso lf-mkmovixiso \
- movix-conf.in movix-version.in \
- mkmovixiso.sh mkmvxiso.bat
- CLEANFILES = movix-conf movix-version
- bin_SCRIPTS = mkmovixiso lf-mkmovixiso movix-conf movix-version
-
- SUFFIXES = .in
-
- .in:
- @echo creating $@
- @cat $< | sed -e 's|{VERSION}|$(VERSION)|g' \
- -e 's|{DATADIR}|$(datadir)|g' \
- > $@